Socket
Socket
Sign inDemoInstall

@modulz/radix-icons

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modulz/radix-icons

Radix Icon Set


Version published
Weekly downloads
3.7K
increased by25.16%
Maintainers
4
Weekly downloads
 
Created
Source

Radix Icons

A crisp set of 15×15 icons designed by the Modulz team.

Visit icons.modulz.app to browse the icons.


Documentation

All icons are available as individual React components.

Install Radix Icons from npm:

npm install @modulz/radix-icons

Import the icons into your React project:

import { FaceIcon, ImageIcon, SunIcon } from '@modulz/radix-icons'

function MyComponent () {
  return (
    <div>
      <FaceIcon />
      <SunIcon />
      <ImageIcon />
    </div>
  )
}

Contributing

Please follow our contributing guidelines.

Authors

License

Licensed under the MIT License, Copyright © 2020-present Modulz.

See LICENSE for more information.

FAQs

Package last updated on 13 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc